home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr34 / onetime.zip / FCR.DOC < prev    next >
Text File  |  1994-11-06  |  2KB  |  38 lines

  1.                                       FCR
  2. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  3.  
  4. FCR is a utility to create a "code-key" file.  The code-key file is a set of 
  5. random integers, in the range of 0 to 26, that define the cross-alphabet 
  6. shift of each character in the text file to be encoded, and the reverse 
  7. shift of each character in the encoded file, in order for it to be decoded. 
  8. FCR is a part of the shareware *ONETIME* file security system. 
  9.  
  10. To invoke FCR, type: fcr filename, where filename is the name of the file 
  11. which will be encoded.  FCR will create a CODE.KEY file longer than the 
  12. length in bytes of that file. FCR will usually be invoked from the batch file 
  13. ENCODE.BAT, but can be used as a stand-alone utility.
  14.  
  15. FCR is used to encode and decode text files in a form suitable for hard-copy 
  16. or fax transmission. Use the companion utility FFCR to generate key-files 
  17. for more flexibly encoding both text and binary files, but in a form not not 
  18. necessarily reproducible on hard-copy output devices, such as printers or 
  19. fax machines. 
  20.  
  21. Note that the length of the key-file will be greater than that of the file 
  22. to be encoded. Additionally, each particular key-file should be used once 
  23. only, otherwise the security of the encryption process is compromised. These 
  24. two measure ensure that no patterns will be discernible in the encrypted file 
  25. or message.
  26.  
  27. The C source for FCR is included.  Use and modification of source requires 
  28. the written permission of the author, which will likely be granted on 
  29. request.
  30.  
  31. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  32.  
  33. M\Cooper
  34. 3425 Chestnut Ridge Rd.
  35. Grantsville, MD 21536-9801
  36. --------------------------
  37. Email:  thegrendel@aol.com
  38.